ddt運行測試方法時報錯AttributeError: type object 'TestHttpRq' has no attribute 'test_http_rq_login' 運行程序時將鼠標定位在類或者程序外運行解決,ddt只能運行整體,不能運行局部即單個測試方法 ...